body{background-color: #DAF7A6 ;}

.navone {
  overflow: hidden;
  background-color: #333;
}

.navone a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navone a:hover {
  background-color: #ddd;
  color: black;
}

.navone a.active {
  background-color: #04AA6D;
  color: white;
}

.navone .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navone a:not(:first-child) {display: none;}
  .navone a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navone.responsive {position: relative;}
  .navone.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navone.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
h1, h2{color:blue; text-align: center; background-color: green; text-shadow: 3px 3px #ff0000; }
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 333px;
  margin: auto;
  text-align: center;
  font-family: arial;
  float: right; display: inline;
  background-color: orange;
}
.card2{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 333px;
  margin: auto;
  text-align: center;
  font-family: arial;
  float: left; display: inline;
  background-color: orange;
}
.title {
  color: grey;
  font-size: 18px;
} 

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}


a {
  text-decoration: none;
  font-size: 16px;
  color: blue;
}

button:hover, a:hover {
  opacity: 0.7;
}
 
 .toop img{border-style: solid; color: white; padding: 6px;background-color: orange;}
 footer{background-color: white;text-align: center; border-style: solid;}
 .fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
